home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 9 / FM Towns Free Software Collection 9.iso / taropyon / silib / inc / ev / idlclk.h < prev   
Encoding:
C/C++ Source or Header  |  1994-11-16  |  372 b   |  20 lines

  1. #ifndef    _EV_IDLCLK_H
  2. #define    _EV_IDLCLK_H
  3.  
  4. #ifndef    _SIDEFS_H
  5. #    include    <sidefs.h>
  6. #endif
  7. #ifndef    _SIIDL_H
  8. #    include    <siidl.h>
  9. #endif
  10. #ifndef    _SIFTS_H
  11. #    include    <sifts.h>
  12. #endif
  13. #ifndef    _SIWIN_H
  14. #    include    <siwin.h>
  15. #endif
  16.  
  17. extern IDL_T    *IDL_clockOpen( FTSDAT_T *fts, int x0, int y0, unsigned int att, WIN_T *win, COLOR_T colCha, COLOR_T colBac);
  18.  
  19. #endif
  20.